home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / hpux / paths.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  215b  |  10 lines

  1. #ifndef _PATHS_
  2. #define    _PATHS_
  3.  
  4. #define    _PATH_WTMP    "/etc/wtmp"
  5. #define    _PATH_DEVNULL    "/dev/null"
  6. #define    _PATH_NOLOGIN    "/etc/nologin"
  7. #define    _PATH_TMP    "/tmp/"
  8. #define    _PATH_GETTY    "/etc/getty"
  9. #endif /* _PATHS_ */
  10.